home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / fido / AFManager.lha / AFManager.readme < prev   
Text File  |  1997-03-30  |  4KB  |  112 lines

  1. Short:    v1.4 (3.4) Area fixing much simpler from stop
  2. Author:   Booze@Generation.NET <Sylvain Bourcier>
  3. Uploader: Booze@Generation.NET <Sylvain Bourcier>
  4. Requires: Spot and ARexx
  5. Version:  1.4
  6. Type:     comm/fido
  7.  
  8. /*
  9.  * AREAFIX MANAGER © 1993 PSR Software, based on AreaFixMan v3.0 (PSR)
  10.  * $VER: AFManager 1.4 (01.03.96)
  11.  *
  12.  * PROGRAM DESRIPTION
  13.  *
  14.  *   Makes area fixing much simpler, for Spot users only.
  15.  *
  16.  * AUTHOR(S)
  17.  *
  18.  *   Original AFM v3.0 by Paul Ruane of PSR Software.
  19.  *
  20.  *        2:252/149.3  @fidonet  - These are no longer valid; I have
  21.  *        2:253/516.12 @fidonet    been unable to contact Paul...
  22.  *        39:135/14.3  @amiganet
  23.  *        39:135/13.12 @amiganet
  24.  *
  25.  *   All modifications from AFM 3.0 by Sylvain Bourcier, Daddy B@@ze...
  26.  *
  27.  *        1:167/151.66 @fidonet
  28.  *        Booze@Generation.net
  29.  *
  30.  * DISCLAIMER
  31.  *
  32.  *   Freeware. Should not have been altered or modified without permission,
  33.  *   but... This version has not been approved for release by PSR.
  34.  *
  35.  * PROGRAM HISTORY
  36.  *
  37.  *  v1.4 -Added %QUERY to options requester.
  38.  *       -Slightly better areaname checks, but you can still screw up.
  39.  *       -Erase action will prompt instead of erasing last entry.
  40.  *       -No longer accepts same attach/detach action more than once.
  41.  *       -Added manual detach, to detach from areas that have a very low
  42.  *        mailflow and from which you might not yet have received anything.
  43.  *
  44.  *  v1.3 -Removed signature in AFM-Written messages, some areafix programs
  45.  *        choke on it - and on tearlines, very lame.
  46.  *
  47.  *  v1.2 -Added check to remove leading +/- from area names.
  48.  *       -Added check to remove leading % when entering special option.
  49.  *       -Added request to proceed IF Length(areaname)>30.
  50.  *       -Fixed deleterequest in openprefs - quotes, always one missing ;)
  51.  *       -Special %options and pswd options asked in same requester now.
  52.  *       -No longer writes a message if no attach/detach and no option.
  53.  *
  54.  *  v1.1 -Didn't Upper the right variable in PROCESSAREAFILE. Fixed.
  55.  *
  56.  *  v1.0 -Improved area selection, can be started from anywhere!
  57.  *       -Prefs requesters will contain value of last prefs entry.
  58.  *       -If prefs file is invalid, you don't have to quit and restart.
  59.  *       -Add areas from message now works!
  60.  *       -Add areas from an external file!
  61.  *       -Announce asked at time of detach.
  62.  *       -Some more crap removed, fixed or improved.
  63.  */
  64.  
  65.                  -------------------------------------------
  66.                  READ THE ORIGINAL "AREAFIXMAN.DOC" DOC FILE
  67.                  -------------------------------------------
  68.  
  69. INSTALLATION:
  70.  
  71.  Copy AFM/#? to REXX:Spot/AFM. The INSTALL icon will do just that!
  72.  The rexx script you must have spot execute is 'AFManager.spot'
  73.  
  74. PLEASE NOTE:
  75.  
  76.  AFManager's editor defaults to "Rexx:Spot/StartCed.spot".  If you wish to
  77.  use something else, you will have to edit the source file.  Look for the
  78.  line 'EDITOR="Rexx:..." in the AFManager.spot file, just make sure your
  79.  editor sticks to the CLI.
  80.  
  81. WHAT'S NEW (From Areafixman):
  82.  
  83.  - You can now start AFM from anywhere within SPOT. AFM will remember if
  84.    you started it from a message.
  85.  
  86.  - Adding areas from a message now works!
  87.  
  88.    To use this feature, start AFM from a message containing the
  89.    areanames you wish to attach. When prompted for an attach method,
  90.    select MESSAGE. AFM will start your editor so you can add a '~' in
  91.    front of the areanames you wish to attach. Quit the editor to return
  92.    to AFM. The character is configurable, look in the doc file.
  93.  
  94.  - AFManager can also retrieve areanames from a textfile. Just follow
  95.    the steps outlined above but select FILE when prompted for an
  96.    attach method.
  97.  
  98.  - When creating a new preference entry, the requesters will default to
  99.    the last entry's content.
  100.  
  101.  - If you don't have a valid prefs file, AFM will ask you if you wish to
  102.    create a new one right away. No need to quit AFM anymore.
  103.  
  104.  - AFM now asks if you wish to announce your departure everytime you
  105.    detach an area. The ANNOUNCE line in the prefs file is kept for
  106.    future compatibility.
  107.  
  108.  - You can add extra %Options for Crystalfix or password options for other
  109.    Areafix programs.
  110.  
  111. [end]
  112.